home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2003 March / JOY146_CD2.iso / Data / Sharewares / Jeux / vs5full.exe / {app} / user.scr < prev    next >
Text File  |  2002-12-31  |  1KB  |  52 lines

  1. // NOTE:  THIS FILE IS AUTOMATICALLY REGENERATED, 
  2. //DO NOT EDIT THIS HEADER, YOUR COMMENTS WILL BE LOST IF YOU DO
  3. // User options script
  4. //
  5. // Format:
  6. //  Version [float]
  7. //  Options description followed by 
  8. //  Options defaults
  9. //
  10. // Option description syntax:
  11. //
  12. //  "cvar" { "Prompt" { type [ type info ] } { default } }
  13. //
  14. //  type = 
  15. //   BOOL   (a yes/no toggle)
  16. //   STRING
  17. //   NUMBER
  18. //   LIST
  19. //
  20. // type info:
  21. // BOOL                 no type info
  22. // NUMBER       min max range, use -1 -1 for no limits
  23. // STRING       no type info
  24. // LIST          delimited list of options value pairs
  25. //
  26. //
  27. // default depends on type
  28. // BOOL is "0" or "1"
  29. // NUMBER is "value"
  30. // STRING is "value"
  31. // LIST is "index", where index "0" is the first element of the list
  32.  
  33.  
  34. // Half-Life User Info Configuration Layout Script (stores last settings chosen, too)
  35. // File generated:  Tue Dec 31 08:43:26 PM
  36. //
  37. //
  38. // Cvar    -    Setting
  39.  
  40. VERSION 1.0
  41.  
  42. DESCRIPTION INFO_OPTIONS
  43. {
  44.     "mp_decals"
  45.     {
  46.         "Multiplayer decal limit"
  47.         { NUMBER 0.000000 4096.000000 }
  48.         { "3000.000000" }
  49.     }
  50.  
  51. }
  52.